Suppress VIDEO_SELECT config option.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 20 Feb 2006 18:03:56 +0000 (18:03 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Mon, 20 Feb 2006 18:03:56 +0000 (18:03 +0000)
The Xen guest doesn't know how to change video modes at boot.

From: Jan Beulich <JBeulich@novell.com>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
linux-2.6-xen-sparse/drivers/video/Kconfig

index e64ed16bd42fdd446d0a5b0a438b2955a907eabe..d2973107ebdd3499b758e3872360b90dfaedf198 100644 (file)
@@ -495,7 +495,7 @@ config FB_HGA_ACCEL
 
 config VIDEO_SELECT
        bool
-       depends on (FB = y) && X86
+       depends on (FB = y) && X86 && !XEN
        default y
 
 config FB_SGIVW